[INFO] fetching crate differential-equations-derive 0.2.0...
[INFO] fixing differential-equations-derive-0.2.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate differential-equations-derive 0.2.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate differential-equations-derive 0.2.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate differential-equations-derive 0.2.0
[INFO] tweaked toml for crates.io crate differential-equations-derive 0.2.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate differential-equations-derive 0.2.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate differential-equations-derive 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4512f7cb67d397920772de29111020f529896f13eff3ef947bb8853c71d7ef20
[INFO] running `Command { std: "docker" "start" "4512f7cb67d397920772de29111020f529896f13eff3ef947bb8853c71d7ef20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4512f7cb67d397920772de29111020f529896f13eff3ef947bb8853c71d7ef20" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4512f7cb67d397920772de29111020f529896f13eff3ef947bb8853c71d7ef20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4512f7cb67d397920772de29111020f529896f13eff3ef947bb8853c71d7ef20" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking differential-equations-derive v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]  --> tests/edge_cases.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations::traits::State as StateTrait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations_derive::traits::State as StateTrait;
[INFO] [stdout]   |                           +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nalgebra`
[INFO] [stdout]  --> tests/edge_cases.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use nalgebra::{Matrix2, Vector2};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_complex`
[INFO] [stdout]  --> tests/edge_cases.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use num_complex::Complex;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]  --> tests/comprehensive_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations::traits::State as StateTrait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations_derive::traits::State as StateTrait;
[INFO] [stdout]   |                           +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nalgebra`
[INFO] [stdout]  --> tests/comprehensive_tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use nalgebra::{Matrix2, SMatrix, Vector2, Vector3};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_complex`
[INFO] [stdout]  --> tests/comprehensive_tests.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use num_complex::Complex;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]  --> tests/edge_cases.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[derive(State)]
[INFO] [stdout]   |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]  --> tests/comprehensive_tests.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[derive(State)]
[INFO] [stdout]   |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]  --> tests/comprehensive_tests.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[derive(State)]
[INFO] [stdout]   |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]  --> tests/comprehensive_tests.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[derive(State)]
[INFO] [stdout]   |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]  --> tests/specialized_types.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations::traits::State as StateTrait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations_derive::traits::State as StateTrait;
[INFO] [stdout]   |                           +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nalgebra`
[INFO] [stdout]  --> tests/specialized_types.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use nalgebra::{
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_complex`
[INFO] [stdout]  --> tests/specialized_types.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use num_complex::Complex;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]  --> tests/basic_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations::traits::State as StateTrait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations_derive::traits::State as StateTrait;
[INFO] [stdout]   |                           +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nalgebra`
[INFO] [stdout]  --> tests/basic_tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use nalgebra::{Matrix2, Vector2, Vector3};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_complex`
[INFO] [stdout]  --> tests/basic_tests.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use num_complex::Complex;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/specialized_types.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/basic_tests.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 30 |     #[derive(State, PartialEq)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]   --> tests/specialized_types.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/comprehensive_tests.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]   --> tests/comprehensive_tests.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]   --> tests/comprehensive_tests.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:22:14
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]  --> tests/basic_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations::traits::State as StateTrait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations_derive::traits::State as StateTrait;
[INFO] [stdout]   |                           +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nalgebra`
[INFO] [stdout]  --> tests/basic_tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use nalgebra::{Matrix2, Vector2, Vector3};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]  --> tests/comprehensive_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations::traits::State as StateTrait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations_derive::traits::State as StateTrait;
[INFO] [stdout]   |                           +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_complex`
[INFO] [stdout]  --> tests/basic_tests.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use num_complex::Complex;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nalgebra`
[INFO] [stdout]  --> tests/comprehensive_tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use nalgebra::{Matrix2, SMatrix, Vector2, Vector3};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]  --> tests/edge_cases.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations::traits::State as StateTrait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations_derive::traits::State as StateTrait;
[INFO] [stdout]   |                           +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_complex`
[INFO] [stdout]  --> tests/comprehensive_tests.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use num_complex::Complex;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nalgebra`
[INFO] [stdout]  --> tests/edge_cases.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use nalgebra::{Matrix2, Vector2};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]  --> tests/specialized_types.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations::traits::State as StateTrait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 | use differential_equations_derive::traits::State as StateTrait;
[INFO] [stdout]   |                           +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_complex`
[INFO] [stdout]  --> tests/edge_cases.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use num_complex::Complex;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nalgebra`
[INFO] [stdout]  --> tests/specialized_types.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use nalgebra::{
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/integration_tests.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use differential_equations::traits::State as StateTrait;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 23 | use differential_equations_derive::traits::State as StateTrait;
[INFO] [stdout]    |                           +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_complex`
[INFO] [stdout]  --> tests/specialized_types.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use num_complex::Complex;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nalgebra`
[INFO] [stdout]   --> tests/integration_tests.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     use nalgebra::Vector3;
[INFO] [stdout]    |         ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_complex`
[INFO] [stdout]   --> tests/integration_tests.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     use num_complex::Complex;
[INFO] [stdout]    |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nalgebra`
[INFO] [stdout]    --> tests/integration_tests.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |     use nalgebra::{Matrix3, Vector3};
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:37:14
[INFO] [stdout]    |
[INFO] [stdout] 37 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:37:14
[INFO] [stdout]    |
[INFO] [stdout] 37 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/basic_tests.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 30 |     #[derive(State, PartialEq)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/specialized_types.rs:49:14
[INFO] [stdout]    |
[INFO] [stdout] 49 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/comprehensive_tests.rs:137:14
[INFO] [stdout]     |
[INFO] [stdout] 137 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]   --> tests/specialized_types.rs:49:14
[INFO] [stdout]    |
[INFO] [stdout] 49 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:49:14
[INFO] [stdout]    |
[INFO] [stdout] 49 |     #[derive(State, PartialEq)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/basic_tests.rs:59:14
[INFO] [stdout]    |
[INFO] [stdout] 59 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/comprehensive_tests.rs:137:14
[INFO] [stdout]     |
[INFO] [stdout] 137 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:69:14
[INFO] [stdout]    |
[INFO] [stdout] 69 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/specialized_types.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/basic_tests.rs:59:14
[INFO] [stdout]    |
[INFO] [stdout] 59 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `differential-equations-derive` (test "comprehensive_tests") due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]   --> tests/specialized_types.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/basic_tests.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 |     #[derive(State, PartialEq)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:81:14
[INFO] [stdout]    |
[INFO] [stdout] 81 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:129:14
[INFO] [stdout]     |
[INFO] [stdout] 129 |     #[derive(State, PartialEq)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/basic_tests.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 |     #[derive(State, PartialEq)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:129:14
[INFO] [stdout]     |
[INFO] [stdout] 129 |     #[derive(State, PartialEq)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/specialized_types.rs:107:14
[INFO] [stdout]     |
[INFO] [stdout] 107 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:142:14
[INFO] [stdout]     |
[INFO] [stdout] 142 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:142:14
[INFO] [stdout]     |
[INFO] [stdout] 142 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:172:14
[INFO] [stdout]     |
[INFO] [stdout] 172 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/specialized_types.rs:107:14
[INFO] [stdout]     |
[INFO] [stdout] 107 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:172:14
[INFO] [stdout]     |
[INFO] [stdout] 172 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:172:14
[INFO] [stdout]     |
[INFO] [stdout] 172 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:172:14
[INFO] [stdout]     |
[INFO] [stdout] 172 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:199:14
[INFO] [stdout]     |
[INFO] [stdout] 199 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/specialized_types.rs:133:14
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:199:14
[INFO] [stdout]     |
[INFO] [stdout] 199 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/specialized_types.rs:133:14
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:231:14
[INFO] [stdout]     |
[INFO] [stdout] 231 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:114:14
[INFO] [stdout]     |
[INFO] [stdout] 114 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:231:14
[INFO] [stdout]     |
[INFO] [stdout] 231 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:231:14
[INFO] [stdout]     |
[INFO] [stdout] 231 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:199:14
[INFO] [stdout]     |
[INFO] [stdout] 199 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/specialized_types.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:199:14
[INFO] [stdout]     |
[INFO] [stdout] 199 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:114:14
[INFO] [stdout]     |
[INFO] [stdout] 114 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:114:14
[INFO] [stdout]     |
[INFO] [stdout] 114 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]  --> tests/comprehensive_tests.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[derive(State)]
[INFO] [stdout]   |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]    --> tests/specialized_types.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:231:14
[INFO] [stdout]     |
[INFO] [stdout] 231 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]  --> tests/comprehensive_tests.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[derive(State)]
[INFO] [stdout]   |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:144:14
[INFO] [stdout]     |
[INFO] [stdout] 144 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:231:14
[INFO] [stdout]     |
[INFO] [stdout] 231 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]    --> tests/basic_tests.rs:231:14
[INFO] [stdout]     |
[INFO] [stdout] 231 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]  --> tests/comprehensive_tests.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[derive(State)]
[INFO] [stdout]   |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:167:14
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `differential-equations-derive` (test "basic_tests") due to 15 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/comprehensive_tests.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:188:14
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]   --> tests/comprehensive_tests.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]   --> tests/comprehensive_tests.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `differential-equations-derive` (test "specialized_types") due to 15 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:188:14
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/comprehensive_tests.rs:137:14
[INFO] [stdout]     |
[INFO] [stdout] 137 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/comprehensive_tests.rs:137:14
[INFO] [stdout]     |
[INFO] [stdout] 137 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `differential-equations-derive` (test "edge_cases") due to 21 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]  --> tests/edge_cases.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[derive(State)]
[INFO] [stdout]   |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:22:14
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:37:14
[INFO] [stdout]    |
[INFO] [stdout] 37 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:37:14
[INFO] [stdout]    |
[INFO] [stdout] 37 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:49:14
[INFO] [stdout]    |
[INFO] [stdout] 49 |     #[derive(State, PartialEq)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:69:14
[INFO] [stdout]    |
[INFO] [stdout] 69 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:81:14
[INFO] [stdout]    |
[INFO] [stdout] 81 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]   --> tests/edge_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:114:14
[INFO] [stdout]     |
[INFO] [stdout] 114 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:114:14
[INFO] [stdout]     |
[INFO] [stdout] 114 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:114:14
[INFO] [stdout]     |
[INFO] [stdout] 114 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:144:14
[INFO] [stdout]     |
[INFO] [stdout] 144 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:167:14
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:188:14
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:188:14
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/edge_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/specialized_types.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]   --> tests/specialized_types.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/specialized_types.rs:49:14
[INFO] [stdout]    |
[INFO] [stdout] 49 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]   --> tests/specialized_types.rs:49:14
[INFO] [stdout]    |
[INFO] [stdout] 49 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/specialized_types.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]   --> tests/specialized_types.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/specialized_types.rs:107:14
[INFO] [stdout]     |
[INFO] [stdout] 107 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/specialized_types.rs:107:14
[INFO] [stdout]     |
[INFO] [stdout] 107 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/specialized_types.rs:133:14
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/specialized_types.rs:133:14
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/specialized_types.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]    --> tests/specialized_types.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/integration_tests.rs:29:14
[INFO] [stdout]    |
[INFO] [stdout] 29 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]   --> tests/integration_tests.rs:64:14
[INFO] [stdout]    |
[INFO] [stdout] 64 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]   --> tests/integration_tests.rs:64:14
[INFO] [stdout]    |
[INFO] [stdout] 64 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `num_complex` in this scope
[INFO] [stdout]   --> tests/integration_tests.rs:64:14
[INFO] [stdout]    |
[INFO] [stdout] 64 |     #[derive(State)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `num_complex`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `num_complex`, use `cargo add num_complex` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `differential_equations` in this scope
[INFO] [stdout]    --> tests/integration_tests.rs:114:14
[INFO] [stdout]     |
[INFO] [stdout] 114 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `differential_equations`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/integration_tests.rs:114:14
[INFO] [stdout]     |
[INFO] [stdout] 114 |     #[derive(State)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `differential-equations-derive` (test "integration_tests") due to 72 previous errors
[INFO] running `Command { std: "docker" "inspect" "4512f7cb67d397920772de29111020f529896f13eff3ef947bb8853c71d7ef20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4512f7cb67d397920772de29111020f529896f13eff3ef947bb8853c71d7ef20", kill_on_drop: false }`
[INFO] [stdout] 4512f7cb67d397920772de29111020f529896f13eff3ef947bb8853c71d7ef20
